﻿2026-08-04T04:06:54.9803731Z ##[group]Run set -euo pipefail
2026-08-04T04:06:54.9804026Z [36;1mset -euo pipefail[0m
2026-08-04T04:06:54.9804226Z [36;1mPIN=0c95435[0m
2026-08-04T04:06:54.9804413Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-04T04:06:54.9804646Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-04T04:06:54.9804951Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-04T04:06:54.9805348Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-04T04:06:54.9805750Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-04T04:06:54.9806069Z [36;1m  rm -rf "$CACHE"[0m
2026-08-04T04:06:54.9806288Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-04T04:06:54.9806540Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-04T04:06:54.9806864Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-08-04T04:06:54.9807271Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-08-04T04:06:54.9807833Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-08-04T04:06:54.9808241Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-08-04T04:06:54.9808641Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-08-04T04:06:54.9809125Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-08-04T04:06:54.9809546Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-08-04T04:06:54.9809951Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-08-04T04:06:54.9810299Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-08-04T04:06:54.9810792Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-08-04T04:06:54.9811181Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-04T04:06:54.9811510Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-04T04:06:54.9811724Z [36;1mfi[0m
2026-08-04T04:06:54.9811962Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-08-04T04:06:54.9812305Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-04T04:06:54.9823785Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-04T04:06:54.9824050Z env:
2026-08-04T04:06:54.9824236Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-04T04:06:54.9824579Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30873007187-2-oIZ08C
2026-08-04T04:06:54.9824999Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30873007187-2-oIZ08C
2026-08-04T04:06:54.9825394Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30873007187-2-oIZ08C
2026-08-04T04:06:54.9825785Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30873007187-2-oIZ08C
2026-08-04T04:06:54.9826096Z ##[endgroup]
2026-08-04T04:06:55.2924985Z    Compiling proc-macro2 v1.0.106
2026-08-04T04:06:55.2925491Z    Compiling quote v1.0.45
2026-08-04T04:06:55.2925833Z    Compiling unicode-ident v1.0.24
2026-08-04T04:06:55.2926210Z    Compiling libc v0.2.186
2026-08-04T04:06:55.2926553Z    Compiling serde_core v1.0.228
2026-08-04T04:06:55.2926924Z    Compiling cfg-if v1.0.4
2026-08-04T04:06:55.2927259Z    Compiling serde v1.0.228
2026-08-04T04:06:55.2967097Z    Compiling typenum v1.20.1
2026-08-04T04:06:55.3040008Z    Compiling log v0.4.32
2026-08-04T04:06:55.3066798Z    Compiling pin-project-lite v0.2.17
2026-08-04T04:06:55.3106467Z    Compiling portable-atomic v1.13.1
2026-08-04T04:06:55.3137493Z    Compiling memchr v2.8.1
2026-08-04T04:06:55.3138037Z    Compiling version_check v0.9.5
2026-08-04T04:06:55.3278281Z    Compiling critical-section v1.2.0
2026-08-04T04:06:55.3348754Z    Compiling shlex v2.0.1
2026-08-04T04:06:55.3480136Z    Compiling find-msvc-tools v0.1.9
2026-08-04T04:06:55.3810703Z    Compiling subtle v2.6.1
2026-08-04T04:06:55.3931779Z    Compiling futures-core v0.3.32
2026-08-04T04:06:55.4620937Z    Compiling bytes v1.11.1
2026-08-04T04:06:55.5601095Z    Compiling equivalent v1.0.2
2026-08-04T04:06:55.5920016Z    Compiling smallvec v1.15.1
2026-08-04T04:06:55.5928356Z    Compiling itoa v1.0.18
2026-08-04T04:06:55.6064558Z    Compiling semver v1.0.28
2026-08-04T04:06:55.6074279Z    Compiling stable_deref_trait v1.2.1
2026-08-04T04:06:55.6509640Z    Compiling futures-sink v0.3.32
2026-08-04T04:06:55.6624787Z    Compiling futures-io v0.3.32
2026-08-04T04:06:55.6625496Z    Compiling slab v0.4.12
2026-08-04T04:06:55.6737700Z    Compiling futures-task v0.3.32
2026-08-04T04:06:55.7531441Z    Compiling futures-channel v0.3.32
2026-08-04T04:06:55.7879446Z    Compiling generic-array v0.14.7
2026-08-04T04:06:55.8221163Z    Compiling rand_core v0.10.1
2026-08-04T04:06:55.8356646Z    Compiling bitflags v2.12.1
2026-08-04T04:06:55.8881021Z    Compiling getrandom v0.4.2
2026-08-04T04:06:55.8980836Z    Compiling rustversion v1.0.22
2026-08-04T04:06:55.8982781Z    Compiling hashbrown v0.17.1
2026-08-04T04:06:55.9090783Z    Compiling rustc_version v0.4.1
2026-08-04T04:06:55.9970269Z    Compiling cpufeatures v0.2.17
2026-08-04T04:06:56.0119217Z    Compiling fnv v1.0.7
2026-08-04T04:06:56.0150335Z    Compiling strsim v0.11.1
2026-08-04T04:06:56.0541027Z    Compiling cfg_aliases v0.2.1
2026-08-04T04:06:56.0763420Z    Compiling writeable v0.6.3
2026-08-04T04:06:56.0860818Z    Compiling litemap v0.8.2
2026-08-04T04:06:56.1030929Z    Compiling icu_normalizer_data v2.2.0
2026-08-04T04:06:56.1471716Z    Compiling utf8_iter v1.0.4
2026-08-04T04:06:56.1759123Z    Compiling ident_case v1.0.1
2026-08-04T04:06:56.2890551Z    Compiling dunce v1.0.5
2026-08-04T04:06:56.3021347Z    Compiling icu_properties_data v2.2.0
2026-08-04T04:06:56.3149184Z    Compiling fs_extra v1.3.0
2026-08-04T04:06:56.3291203Z    Compiling percent-encoding v2.3.2
2026-08-04T04:06:56.3320913Z    Compiling autocfg v1.5.1
2026-08-04T04:06:56.4459815Z    Compiling http v1.4.1
2026-08-04T04:06:56.4710562Z    Compiling aws-lc-rs v1.17.0
2026-08-04T04:06:56.5913369Z    Compiling syn v2.0.117
2026-08-04T04:06:56.6042794Z    Compiling cpufeatures v0.3.0
2026-08-04T04:06:56.6661088Z    Compiling hybrid-array v0.4.12
2026-08-04T04:06:56.6770440Z    Compiling thiserror v2.0.18
2026-08-04T04:06:56.6771144Z    Compiling unicode-segmentation v1.13.3
2026-08-04T04:06:56.6931128Z    Compiling scopeguard v1.2.0
2026-08-04T04:06:56.7059675Z    Compiling form_urlencoded v1.2.2
2026-08-04T04:06:56.7245527Z    Compiling indexmap v2.14.0
2026-08-04T04:06:56.7380801Z    Compiling untrusted v0.9.0
2026-08-04T04:06:56.7559255Z    Compiling lock_api v0.4.14
2026-08-04T04:06:56.7780646Z    Compiling rustls v0.23.40
2026-08-04T04:06:56.8290829Z    Compiling heck v0.5.0
2026-08-04T04:06:56.8371312Z    Compiling unicode-xid v0.2.6
2026-08-04T04:06:56.8607671Z    Compiling const-oid v0.10.2
2026-08-04T04:06:56.9393300Z    Compiling anyhow v1.0.102
2026-08-04T04:06:56.9840476Z    Compiling atomic-waker v1.1.2
2026-08-04T04:06:57.0415659Z    Compiling parking_lot_core v0.9.12
2026-08-04T04:06:57.0510390Z    Compiling zerocopy v0.8.50
2026-08-04T04:06:57.0810602Z    Compiling fastrand v2.4.1
2026-08-04T04:06:57.0953230Z    Compiling httparse v1.10.1
2026-08-04T04:06:57.1043174Z    Compiling paste v1.0.15
2026-08-04T04:06:57.1220703Z    Compiling num-traits v0.2.19
2026-08-04T04:06:57.2281884Z    Compiling jobserver v0.1.34
2026-08-04T04:06:57.2755974Z    Compiling convert_case v0.10.0
2026-08-04T04:06:57.3131006Z    Compiling curve25519-dalek v4.1.3
2026-08-04T04:06:57.3260366Z    Compiling ahash v0.8.12
2026-08-04T04:06:57.3890717Z    Compiling crypto-common v0.1.7
2026-08-04T04:06:57.3971847Z    Compiling block-buffer v0.10.4
2026-08-04T04:06:57.4410913Z    Compiling crypto-common v0.2.2
2026-08-04T04:06:57.4829820Z    Compiling block-buffer v0.12.0
2026-08-04T04:06:57.4969941Z    Compiling inout v0.2.2
2026-08-04T04:06:57.5220627Z    Compiling cc v1.2.63
2026-08-04T04:06:57.5352970Z    Compiling digest v0.10.7
2026-08-04T04:06:57.5942412Z    Compiling http-body v1.0.1
2026-08-04T04:06:57.5963565Z    Compiling either v1.16.0
2026-08-04T04:06:57.6309402Z    Compiling base64ct v1.8.3
2026-08-04T04:06:57.6316820Z    Compiling powerfmt v0.2.0
2026-08-04T04:06:57.7664135Z    Compiling base64 v0.22.1
2026-08-04T04:06:57.7741290Z    Compiling tower-service v0.3.3
2026-08-04T04:06:57.8416788Z    Compiling mio v1.2.1
2026-08-04T04:06:57.8506805Z    Compiling socket2 v0.6.4
2026-08-04T04:06:57.9010888Z    Compiling getrandom v0.2.17
2026-08-04T04:06:57.9360975Z    Compiling pem-rfc7468 v1.0.0
2026-08-04T04:06:57.9689441Z    Compiling deranged v0.5.8
2026-08-04T04:06:58.1332656Z    Compiling uuid v1.23.2
2026-08-04T04:06:58.1921572Z    Compiling rand_core v0.6.4
2026-08-04T04:06:58.2286342Z    Compiling zmij v1.0.21
2026-08-04T04:06:58.3191034Z    Compiling cipher v0.5.2
2026-08-04T04:06:58.3417352Z    Compiling num-conv v0.2.2
2026-08-04T04:06:58.3500878Z    Compiling data-encoding v2.11.0
2026-08-04T04:06:58.3721081Z    Compiling time-core v0.1.8
2026-08-04T04:06:58.3781081Z    Compiling pkg-config v0.3.33
2026-08-04T04:06:58.3837157Z    Compiling tinyvec_macros v0.1.1
2026-08-04T04:06:58.4504083Z    Compiling try-lock v0.2.5
2026-08-04T04:06:58.4759624Z    Compiling vcpkg v0.2.15
2026-08-04T04:06:58.5239636Z    Compiling want v0.3.1
2026-08-04T04:06:58.5625732Z    Compiling tinyvec v1.11.0
2026-08-04T04:06:58.5791275Z    Compiling chacha20 v0.10.0
2026-08-04T04:06:58.6000835Z    Compiling parking_lot v0.12.5
2026-08-04T04:06:58.6773174Z    Compiling sha2 v0.10.9
2026-08-04T04:06:58.7403207Z    Compiling inout v0.1.4
2026-08-04T04:06:58.7494088Z    Compiling spt-procident v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-04T04:06:58.8452176Z    Compiling cmake v0.1.58
2026-08-04T04:06:58.8580292Z    Compiling vergen-lib v9.1.0
2026-08-04T04:06:58.9864539Z    Compiling rand v0.10.1
2026-08-04T04:06:59.0185396Z    Compiling n0-future v0.3.2
2026-08-04T04:06:59.0343276Z    Compiling diatomic-waker v0.2.3
2026-08-04T04:06:59.0887766Z    Compiling spin v0.10.0
2026-08-04T04:06:59.1340578Z    Compiling winnow v1.0.3
2026-08-04T04:06:59.1666579Z    Compiling crossbeam-utils v0.8.21
2026-08-04T04:06:59.1940966Z    Compiling httpdate v1.0.3
2026-08-04T04:06:59.2430521Z    Compiling serde_json v1.0.150
2026-08-04T04:06:59.2670624Z    Compiling cordyceps v0.3.4
2026-08-04T04:06:59.2790987Z    Compiling parking v2.2.1
2026-08-04T04:06:59.3315742Z    Compiling signature v2.2.0
2026-08-04T04:06:59.4080793Z    Compiling futures-lite v2.6.1
2026-08-04T04:06:59.4335430Z    Compiling ed25519 v2.2.3
2026-08-04T04:06:59.4723908Z    Compiling spt-poolguard v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-04T04:06:59.4822309Z    Compiling cipher v0.4.4
2026-08-04T04:06:59.5211732Z    Compiling netlink-packet-core v0.8.1
2026-08-04T04:06:59.5401289Z    Compiling digest v0.11.3
2026-08-04T04:06:59.5650885Z    Compiling universal-hash v0.5.1
2026-08-04T04:06:59.5952430Z    Compiling futures-buffered v0.2.13
2026-08-04T04:06:59.6470774Z    Compiling vergen v9.1.0
2026-08-04T04:06:59.6820652Z    Compiling aws-lc-sys v0.41.0
2026-08-04T04:06:59.6903430Z    Compiling ring v0.17.14
2026-08-04T04:06:59.6991213Z    Compiling libsqlite3-sys v0.30.1
2026-08-04T04:06:59.7117656Z    Compiling vergen-lib v0.1.6
2026-08-04T04:06:59.7256433Z    Compiling heapless v0.7.17
2026-08-04T04:06:59.7900535Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-04T04:06:59.8000822Z    Compiling noq-udp v0.10.0
2026-08-04T04:06:59.8189476Z    Compiling aho-corasick v1.1.4
2026-08-04T04:06:59.8790477Z    Compiling sync_wrapper v1.0.2
2026-08-04T04:06:59.9600668Z    Compiling byteorder v1.5.0
2026-08-04T04:06:59.9700405Z    Compiling opaque-debug v0.3.1
2026-08-04T04:06:59.9786384Z    Compiling regex-syntax v0.8.10
2026-08-04T04:07:00.0214153Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-04T04:07:00.0522985Z    Compiling allocator-api2 v0.2.21
2026-08-04T04:07:00.0772901Z    Compiling polyval v0.6.2
2026-08-04T04:07:00.2000528Z    Compiling hash32 v0.2.1
2026-08-04T04:07:00.2130037Z    Compiling spt-store v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-04T04:07:00.3240719Z    Compiling vergen-gitcl v1.0.8
2026-08-04T04:07:00.4036379Z    Compiling spin v0.9.8
2026-08-04T04:07:00.4092577Z    Compiling num_threads v0.1.7
2026-08-04T04:07:00.5174222Z    Compiling ryu v1.0.23
2026-08-04T04:07:00.5357932Z    Compiling fallible-iterator v0.3.0
2026-08-04T04:07:00.5865124Z    Compiling tower-layer v0.3.3
2026-08-04T04:07:00.6060250Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-04T04:07:00.6322869Z    Compiling signature v3.0.0
2026-08-04T04:07:00.7591018Z    Compiling time v0.3.47
2026-08-04T04:07:00.7775321Z    Compiling ghash v0.5.1
2026-08-04T04:07:00.7776455Z    Compiling ctr v0.9.2
2026-08-04T04:07:00.7960657Z    Compiling aes v0.8.4
2026-08-04T04:07:00.8946172Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-04T04:07:00.9627567Z    Compiling sha2 v0.11.0-rc.5
2026-08-04T04:07:00.9720738Z    Compiling fs2 v0.4.3
2026-08-04T04:07:01.0131252Z    Compiling http-body-util v0.1.3
2026-08-04T04:07:01.1440697Z    Compiling aead v0.5.2
2026-08-04T04:07:01.2810529Z    Compiling utf8parse v0.2.2
2026-08-04T04:07:01.3140753Z    Compiling openssl-probe v0.2.1
2026-08-04T04:07:01.3575833Z    Compiling arrayvec v0.7.6
2026-08-04T04:07:01.3664058Z    Compiling rustix v1.1.4
2026-08-04T04:07:01.5153445Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-04T04:07:01.5214883Z    Compiling aes-gcm v0.10.3
2026-08-04T04:07:01.5698432Z    Compiling crossbeam-channel v0.5.15
2026-08-04T04:07:01.5802202Z    Compiling crossbeam-epoch v0.9.18
2026-08-04T04:07:01.6870776Z    Compiling netlink-packet-route v0.29.0
2026-08-04T04:07:01.7558821Z    Compiling blake3 v1.8.5
2026-08-04T04:07:01.8131827Z    Compiling memoffset v0.6.5
2026-08-04T04:07:01.9970882Z    Compiling acto v0.8.2
2026-08-04T04:07:02.0035169Z    Compiling noq v0.18.0
2026-08-04T04:07:02.0996037Z    Compiling synstructure v0.13.2
2026-08-04T04:07:02.1820796Z    Compiling darling_core v0.20.11
2026-08-04T04:07:02.2461103Z    Compiling netwatch v0.16.0
2026-08-04T04:07:02.2596491Z    Compiling ref-cast v1.0.25
2026-08-04T04:07:02.2872634Z    Compiling tagptr v0.2.0
2026-08-04T04:07:02.4639770Z    Compiling proc-macro-crate v3.5.0
2026-08-04T04:07:02.4743641Z    Compiling identity-hash v0.1.0
2026-08-04T04:07:02.5680602Z    Compiling regex-automata v0.4.14
2026-08-04T04:07:02.5812547Z    Compiling thiserror v1.0.69
2026-08-04T04:07:02.7120824Z    Compiling sorted-index-buffer v0.2.1
2026-08-04T04:07:02.8218230Z    Compiling lru-slab v0.1.2
2026-08-04T04:07:02.8731656Z    Compiling rustc-hash v2.1.2
2026-08-04T04:07:02.8897041Z    Compiling mac-addr v0.3.0
2026-08-04T04:07:02.9580591Z    Compiling xml-rs v0.8.28
2026-08-04T04:07:02.9920626Z    Compiling linux-raw-sys v0.12.1
2026-08-04T04:07:03.0470946Z    Compiling foldhash v0.2.0
2026-08-04T04:07:03.1568677Z    Compiling serde_derive_internals v0.29.1
2026-08-04T04:07:03.1701105Z    Compiling hashbrown v0.16.1
2026-08-04T04:07:03.2089779Z    Compiling netlink-packet-route v0.30.0
2026-08-04T04:07:03.7287061Z    Compiling termios v0.2.2
2026-08-04T04:07:03.7792364Z    Compiling xmltree v0.10.3
2026-08-04T04:07:03.8651716Z    Compiling ioctl-rs v0.1.6
2026-08-04T04:07:03.9541767Z    Compiling serial-core v0.4.0
2026-08-04T04:07:03.9900741Z    Compiling errno v0.3.14
2026-08-04T04:07:04.0030853Z    Compiling simple-dns v0.9.3
2026-08-04T04:07:04.0105537Z    Compiling resolv-conf v0.7.6
2026-08-04T04:07:04.1324912Z    Compiling serde_derive v1.0.228
2026-08-04T04:07:04.1329849Z    Compiling zeroize_derive v1.4.3
2026-08-04T04:07:04.1642716Z    Compiling tokio-macros v2.7.0
2026-08-04T04:07:04.3119126Z    Compiling zerofrom-derive v0.1.7
2026-08-04T04:07:04.4486742Z    Compiling futures-macro v0.3.32
2026-08-04T04:07:04.5038478Z    Compiling yoke-derive v0.8.2
2026-08-04T04:07:04.6919884Z    Compiling zerovec-derive v0.11.3
2026-08-04T04:07:04.7079197Z    Compiling zeroize v1.8.2
2026-08-04T04:07:04.8784856Z    Compiling displaydoc v0.2.6
2026-08-04T04:07:04.9053178Z    Compiling tokio v1.52.3
2026-08-04T04:07:05.0289383Z    Compiling tracing-attributes v0.1.31
2026-08-04T04:07:05.3889945Z    Compiling futures-util v0.3.32
2026-08-04T04:07:05.5966001Z    Compiling rustls-pki-types v1.14.1
2026-08-04T04:07:05.7758646Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-04T04:07:05.8306434Z    Compiling zerofrom v0.1.8
2026-08-04T04:07:05.9576380Z    Compiling thiserror-impl v2.0.18
2026-08-04T04:07:05.9890571Z    Compiling yoke v0.8.3
2026-08-04T04:07:06.2077574Z    Compiling zerotrie v0.2.4
2026-08-04T04:07:06.2721739Z    Compiling zerovec v0.11.6
2026-08-04T04:07:06.4790565Z    Compiling darling_macro v0.20.11
2026-08-04T04:07:06.6501643Z    Compiling derive_more-impl v2.1.1
2026-08-04T04:07:06.6950385Z    Compiling spez v0.1.2
2026-08-04T04:07:06.8169390Z    Compiling darling v0.20.11
2026-08-04T04:07:06.8744710Z    Compiling n0-error-macros v0.1.3
2026-08-04T04:07:06.8995681Z    Compiling derive_builder_core v0.20.2
2026-08-04T04:07:07.0910398Z    Compiling tinystr v0.8.3
2026-08-04T04:07:07.1125137Z    Compiling potential_utf v0.1.5
2026-08-04T04:07:07.2610735Z    Compiling icu_collections v2.2.0
2026-08-04T04:07:07.2997238Z    Compiling icu_locale_core v2.2.0
2026-08-04T04:07:07.7620933Z    Compiling der v0.8.0-rc.10
2026-08-04T04:07:08.0700606Z    Compiling pin-project-internal v1.1.13
2026-08-04T04:07:08.0815833Z    Compiling n0-error v0.1.3
2026-08-04T04:07:08.2675920Z    Compiling derive_builder_macro v0.20.2
2026-08-04T04:07:08.4980453Z    Compiling ed25519-dalek v2.2.0
2026-08-04T04:07:08.6211612Z    Compiling icu_provider v2.2.0
2026-08-04T04:07:08.7820419Z    Compiling derive_builder v0.20.2
2026-08-04T04:07:09.0301304Z    Compiling icu_normalizer v2.2.0
2026-08-04T04:07:09.1582177Z    Compiling icu_properties v2.2.0
2026-08-04T04:07:09.2476738Z    Compiling futures-executor v0.3.32
2026-08-04T04:07:09.2731923Z    Compiling spt-proto v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-04T04:07:09.2920770Z    Compiling cobs v0.3.0
2026-08-04T04:07:09.5038222Z    Compiling ipnet v2.12.0
2026-08-04T04:07:09.5372937Z    Compiling pin-project v1.1.13
2026-08-04T04:07:09.5450163Z    Compiling spki v0.8.0-rc.4
2026-08-04T04:07:09.6343527Z    Compiling futures v0.3.32
2026-08-04T04:07:09.7590563Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-04T04:07:09.9605783Z    Compiling prefix-trie v0.8.4
2026-08-04T04:07:09.9740742Z    Compiling ed25519 v3.0.0-rc.4
2026-08-04T04:07:09.9850488Z    Compiling regex v1.12.3
2026-08-04T04:07:10.0261056Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-04T04:07:10.3085199Z    Compiling once_cell v1.21.4
2026-08-04T04:07:10.3617506Z    Compiling postcard-derive v0.2.2
2026-08-04T04:07:10.4547128Z    Compiling data-encoding-macro v0.1.20
2026-08-04T04:07:10.5057867Z    Compiling rustls-native-certs v0.8.4
2026-08-04T04:07:10.5223454Z    Compiling iroh-metrics-derive v0.4.1
2026-08-04T04:07:10.5879527Z    Compiling tracing-core v0.1.36
2026-08-04T04:07:10.6577093Z    Compiling idna_adapter v1.2.2
2026-08-04T04:07:10.7880757Z    Compiling idna v1.1.0
2026-08-04T04:07:10.9872276Z    Compiling enum-assoc v1.3.0
2026-08-04T04:07:11.0003525Z    Compiling hashbrown v0.14.5
2026-08-04T04:07:11.0170950Z    Compiling postcard v1.1.3
2026-08-04T04:07:11.0423079Z    Compiling num_enum_derive v0.7.6
2026-08-04T04:07:11.0480495Z    Compiling strum_macros v0.28.0
2026-08-04T04:07:11.1720664Z    Compiling tracing v0.1.44
2026-08-04T04:07:11.2520648Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-04T04:07:11.2897153Z    Compiling tokio-util v0.7.18
2026-08-04T04:07:11.3120846Z    Compiling url v2.5.8
2026-08-04T04:07:11.5040998Z    Compiling derive_more v2.1.1
2026-08-04T04:07:11.5550661Z    Compiling netlink-sys v0.8.8
2026-08-04T04:07:11.6928287Z    Compiling tower v0.5.3
2026-08-04T04:07:11.6990689Z    Compiling async-trait v0.1.89
2026-08-04T04:07:11.8510784Z    Compiling hashlink v0.9.1
2026-08-04T04:07:11.8590901Z    Compiling netlink-proto v0.12.0
2026-08-04T04:07:11.8961123Z    Compiling netdev v0.42.0
2026-08-04T04:07:11.9299858Z    Compiling iroh-metrics v0.38.3
2026-08-04T04:07:11.9371875Z    Compiling iroh-relay v0.98.0
2026-08-04T04:07:12.1241649Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-04T04:07:12.1491899Z    Compiling iroh-base v0.98.0
2026-08-04T04:07:12.2009781Z    Compiling attohttpc v0.30.1
2026-08-04T04:07:12.2100552Z    Compiling num_enum v0.7.6
2026-08-04T04:07:12.2342259Z    Compiling moka v0.12.15
2026-08-04T04:07:12.2605891Z    Compiling rusqlite v0.32.1
2026-08-04T04:07:12.3182401Z    Compiling toml_datetime v0.6.11
2026-08-04T04:07:12.4770955Z    Compiling h2 v0.4.14
2026-08-04T04:07:12.7386065Z    Compiling tower-http v0.6.11
2026-08-04T04:07:12.8862859Z    Compiling n0-watcher v0.6.1
2026-08-04T04:07:12.9340657Z    Compiling tokio-stream v0.1.18
2026-08-04T04:07:12.9960872Z    Compiling serde_spanned v0.6.9
2026-08-04T04:07:13.1410626Z    Compiling ref-cast-impl v1.0.25
2026-08-04T04:07:13.1580721Z    Compiling thiserror-impl v1.0.69
2026-08-04T04:07:13.2083200Z    Compiling simdutf8 v0.1.5
2026-08-04T04:07:13.3306208Z    Compiling toml_write v0.1.2
2026-08-04T04:07:13.3470673Z    Compiling sha1_smol v1.0.1
2026-08-04T04:07:13.5420674Z    Compiling signal-hook v0.3.18
2026-08-04T04:07:13.5440760Z    Compiling winnow v0.7.15
2026-08-04T04:07:13.5590321Z    Compiling arrayref v0.3.9
2026-08-04T04:07:13.5608228Z    Compiling constant_time_eq v0.4.2
2026-08-04T04:07:13.5759863Z    Compiling smol_str v0.1.24
2026-08-04T04:07:13.8360580Z    Compiling webpki-roots v1.0.7
2026-08-04T04:07:13.8468373Z    Compiling schemars_derive v1.2.1
2026-08-04T04:07:13.8640628Z    Compiling signal-hook-registry v1.4.8
2026-08-04T04:07:13.9773303Z    Compiling serial-unix v0.4.0
2026-08-04T04:07:14.0018658Z    Compiling lru v0.16.4
2026-08-04T04:07:14.0570778Z    Compiling strum v0.28.0
2026-08-04T04:07:14.1660787Z    Compiling iroh-dns v0.98.0
2026-08-04T04:07:14.2220686Z    Compiling darling_core v0.23.0
2026-08-04T04:07:14.2552569Z    Compiling serde_bytes v0.11.19
2026-08-04T04:07:14.2698140Z    Compiling seize v0.5.1
2026-08-04T04:07:14.3038260Z    Compiling hmac v0.12.1
2026-08-04T04:07:14.4317206Z    Compiling iroh v0.98.2
2026-08-04T04:07:14.4947390Z    Compiling bitflags v1.3.2
2026-08-04T04:07:14.5257845Z    Compiling cmov v0.5.4
2026-08-04T04:07:14.5337421Z    Compiling pin-utils v0.1.0
2026-08-04T04:07:14.5625225Z    Compiling rustix v0.38.44
2026-08-04T04:07:14.6055416Z    Compiling dyn-clone v1.0.20
2026-08-04T04:07:14.7197919Z    Compiling nix v0.25.1
2026-08-04T04:07:14.7450241Z    Compiling filedescriptor v0.8.3
2026-08-04T04:07:14.7540907Z    Compiling ctutils v0.4.2
2026-08-04T04:07:14.7598541Z    Compiling papaya v0.2.4
2026-08-04T04:07:14.7731537Z    Compiling hkdf v0.12.4
2026-08-04T04:07:14.7770918Z    Compiling serial v0.4.0
2026-08-04T04:07:14.9134055Z    Compiling backon v1.6.0
2026-08-04T04:07:14.9763434Z    Compiling anstyle-parse v1.0.0
2026-08-04T04:07:14.9914696Z    Compiling vte_generate_state_changes v0.1.2
2026-08-04T04:07:15.0570879Z    Compiling anstyle v1.0.14
2026-08-04T04:07:15.1949517Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-04T04:07:15.2030869Z    Compiling downcast-rs v1.2.1
2026-08-04T04:07:15.2820590Z    Compiling is_terminal_polyfill v1.70.2
2026-08-04T04:07:15.3176503Z    Compiling anstyle-query v1.1.5
2026-08-04T04:07:15.3330702Z    Compiling instability v0.3.12
2026-08-04T04:07:15.3580902Z    Compiling shell-words v1.1.1
2026-08-04T04:07:15.3692801Z    Compiling foldhash v0.1.5
2026-08-04T04:07:15.3882121Z    Compiling linux-raw-sys v0.4.15
2026-08-04T04:07:15.4160695Z    Compiling colorchoice v1.0.5
2026-08-04T04:07:15.4913509Z    Compiling unicode-width v0.2.0
2026-08-04T04:07:15.5138302Z    Compiling anstream v1.0.0
2026-08-04T04:07:15.5240612Z    Compiling vte v0.13.1
2026-08-04T04:07:15.5611300Z    Compiling hashbrown v0.15.5
2026-08-04T04:07:15.6059607Z    Compiling signal-hook-mio v0.2.5
2026-08-04T04:07:15.7177542Z    Compiling spake2 v0.4.0
2026-08-04T04:07:15.7933649Z    Compiling terminal_size v0.4.4
2026-08-04T04:07:15.9211404Z    Compiling toml_edit v0.22.27
2026-08-04T04:07:15.9558387Z    Compiling strum_macros v0.26.4
2026-08-04T04:07:16.0052606Z    Compiling schemars v1.2.1
2026-08-04T04:07:16.0686544Z    Compiling itertools v0.13.0
2026-08-04T04:07:16.0991291Z    Compiling sha1 v0.10.6
2026-08-04T04:07:16.4075127Z    Compiling castaway v0.2.4
2026-08-04T04:07:16.4895141Z    Compiling static_assertions v1.1.0
2026-08-04T04:07:16.5506365Z    Compiling indoc v2.0.7
2026-08-04T04:07:16.5851029Z    Compiling clap_lex v1.1.0
2026-08-04T04:07:16.7438305Z    Compiling unicode-width v0.1.14
2026-08-04T04:07:16.8900557Z    Compiling doctest-file v1.1.1
2026-08-04T04:07:17.0400695Z    Compiling crossterm v0.28.1
2026-08-04T04:07:17.0710759Z    Compiling clap_builder v4.6.0
2026-08-04T04:07:17.2803886Z    Compiling compact_str v0.8.2
2026-08-04T04:07:17.4380462Z    Compiling interprocess v2.4.2
2026-08-04T04:07:18.2391949Z    Compiling hyper v1.10.1
2026-08-04T04:07:18.2956975Z    Compiling unicode-truncate v1.1.0
2026-08-04T04:07:18.3266208Z    Compiling darling_macro v0.23.0
2026-08-04T04:07:18.3540929Z    Compiling lru v0.12.5
2026-08-04T04:07:18.4759631Z    Compiling toml v0.8.23
2026-08-04T04:07:18.4850752Z    Compiling strum v0.26.3
2026-08-04T04:07:18.6299954Z    Compiling clap_derive v4.6.1
2026-08-04T04:07:18.6435643Z    Compiling iana-time-zone v0.1.65
2026-08-04T04:07:18.6682019Z    Compiling cassowary v0.3.0
2026-08-04T04:07:18.7800812Z    Compiling nucleo-matcher v0.3.1
2026-08-04T04:07:18.7950968Z    Compiling darling v0.23.0
2026-08-04T04:07:18.9161349Z    Compiling chrono v0.4.45
2026-08-04T04:07:19.0344780Z    Compiling qrcode v0.14.1
2026-08-04T04:07:19.0870800Z    Compiling portable-pty v0.8.1
2026-08-04T04:07:19.6085185Z    Compiling ratatui v0.29.0
2026-08-04T04:07:19.8081255Z    Compiling tempfile v3.27.0
2026-08-04T04:07:20.2786891Z    Compiling spt-test-support v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-04T04:07:20.5471554Z    Compiling hyper-util v0.1.20
2026-08-04T04:07:21.1661106Z    Compiling spt-msg v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-04T04:07:21.1860903Z    Compiling clap v4.6.1
2026-08-04T04:07:21.5968257Z    Compiling spt-runtime v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-04T04:07:21.5970921Z    Compiling spt-term v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-04T04:07:22.5521771Z    Compiling igd-next v0.17.1
2026-08-04T04:07:23.8636416Z    Compiling portmapper v0.16.0
2026-08-04T04:07:24.9777583Z    Compiling spt-live v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-04T04:07:28.2457153Z    Compiling rustls-webpki v0.103.13
2026-08-04T04:07:30.5484262Z    Compiling tokio-rustls v0.26.4
2026-08-04T04:07:30.5484708Z    Compiling rustls-platform-verifier v0.7.0
2026-08-04T04:07:30.5485036Z    Compiling noq-proto v0.17.0
2026-08-04T04:07:30.7005916Z    Compiling hyper-rustls v0.27.9
2026-08-04T04:07:30.7006594Z    Compiling hickory-net v0.26.0-beta.4
2026-08-04T04:07:30.7007079Z    Compiling tokio-websockets v0.13.2
2026-08-04T04:07:30.8305969Z    Compiling reqwest v0.13.4
2026-08-04T04:07:31.7645767Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-04T04:07:45.1275676Z    Compiling spt-net v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-04T04:07:46.8704532Z    Compiling spt-daemon v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-04T04:07:57.4267063Z    Compiling spt v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-04T04:08:03.5574432Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-08-04T04:08:03.5796305Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-dc213a1dadff6d29)
2026-08-04T04:08:03.5809058Z 
2026-08-04T04:08:03.5809185Z running 1 test
2026-08-04T04:08:09.7717660Z test new_brain_serves_against_old_broker ... ok
2026-08-04T04:08:09.7717972Z 
2026-08-04T04:08:09.7718240Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-08-04T04:08:09.7718578Z 
